xen/arm: Include the header asm-arm/system.h in asm-arm/page.h
authorJulien Grall <julien.grall@arm.com>
Wed, 22 Jun 2016 11:15:17 +0000 (12:15 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 13 Jul 2016 17:30:42 +0000 (18:30 +0100)
commit70108942b626f9d57e3991793dc33d8bda091862
treecd8fa8d17d8b8865c8cdb89434ac8fecea1863b4
parent8a34ff9ebd75623f703297181951c951f4578497
xen/arm: Include the header asm-arm/system.h in asm-arm/page.h

The header asm-arm/page.h makes use of the macro dsb defined in the header
asm-arm/system.h. Currently, the includer has to specify both of them.

This can be avoided by including asm-arm/system.h in asm-arm/page.h.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/page.h